x86emul: add support for missing {,V}PMADDWD insns
authorJan Beulich <jbeulich@suse.com>
Thu, 16 May 2019 11:43:17 +0000 (13:43 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 16 May 2019 11:43:17 +0000 (13:43 +0200)
commit1a48bdd599b268a2d9b7d0c45f1fd40c4892186e
tree72eeead3235537f7fe167ccbb5067c7711fe7d26
parente49fc30455dfe31b9b6678501b960957753939a6
x86emul: add support for missing {,V}PMADDWD insns

Their pre-AVX512 incarnations have clearly been overlooked during much
earlier work. Their memory access pattern is entirely standard, so no
specific tests get added to the harness.

Reported-by: Razvan Cojocaru <rcojocaru@bitdefender.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Tested-by: Alexandru Isaila <aisaila@bitdefender.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c